From f495d400ead063b2ad26c3210edf68d9410b106d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 19 Apr 1993 21:19:10 +0000 Subject: [PATCH] (vc-comment-to-change-log): Restored interactive spec. Why was it removed? Why does the only log entry mentioning this function contain no actual information? --- lisp/vc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index e27e331c534..fb2d1b2f042 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -547,9 +547,10 @@ popped up to accept a comment." ;;; Here is a checkin hook that may prove useful to sites using the ;;; ChangeLog facility supported by Emacs. (defun vc-comment-to-change-log (&optional file) - "Update change log from comments entered into VC for the current file. + "Update change log from comments entered into VC for the current file. Optional FILE specifies the change log file name; see `find-change-log'. See `vc-update-change-log'." + (interactive) (let ((log (find-change-log file))) (if log (let ((default-directory (or (file-name-directory log) -- 2.30.2